GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-17T15:11:37.1980327+00:00",
"SubmitDate": "2026-05-17T15:11:37.1980327+00:00",
"ReportPeriodStart": "2026-05-17T15:11:37.1980327+00:00",
"ReportPeriodEnd": "2026-05-17T15:11:37.1980327+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b9a88e19-8223-4833-8a4c-7284f01e6b93",
"Rows": [
{
"ItemId": "2837d438-9240-43f5-bf1e-f64d727e4ba4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2837d438-9240-43f5-bf1e-f64d727e4ba4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b9a88e19-8223-4833-8a4c-7284f01e6b93",
"Rows": [
{
"ItemId": "2837d438-9240-43f5-bf1e-f64d727e4ba4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2837d438-9240-43f5-bf1e-f64d727e4ba4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"82cd97e9-7b50-4d7f-abe8-813cffc0c173",
"6699e6b5-913b-4a5c-87c7-2f58c393b5f8"
],
"Approvers": [
"66454b09-6424-4216-8ae7-e21ece6ea8c1",
"6da5ca8a-e0b7-4ff2-a125-9aa502002454"
],
"ApprovedBy": "ca707cd2-adcb-4781-9fbb-20311dbfa86c",
"ApprovalDate": "2026-05-17T15:11:37.1980327+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b53b449b-bf94-425d-80f6-e06b0ab2368d",
"id": "d363b0c2-e0d5-470b-9cef-7cbb2cbd77b4",
"ConfigId": "ff07fcf3-fb1f-4e20-9414-5d8fcee4f2b3"
},
{
"GenerationDate": "2026-05-17T15:11:37.1980327+00:00",
"SubmitDate": "2026-05-17T15:11:37.1980327+00:00",
"ReportPeriodStart": "2026-05-17T15:11:37.1980327+00:00",
"ReportPeriodEnd": "2026-05-17T15:11:37.1980327+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b9a88e19-8223-4833-8a4c-7284f01e6b93",
"Rows": [
{
"ItemId": "2837d438-9240-43f5-bf1e-f64d727e4ba4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2837d438-9240-43f5-bf1e-f64d727e4ba4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b9a88e19-8223-4833-8a4c-7284f01e6b93",
"Rows": [
{
"ItemId": "2837d438-9240-43f5-bf1e-f64d727e4ba4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2837d438-9240-43f5-bf1e-f64d727e4ba4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"82cd97e9-7b50-4d7f-abe8-813cffc0c173",
"6699e6b5-913b-4a5c-87c7-2f58c393b5f8"
],
"Approvers": [
"66454b09-6424-4216-8ae7-e21ece6ea8c1",
"6da5ca8a-e0b7-4ff2-a125-9aa502002454"
],
"ApprovedBy": "ca707cd2-adcb-4781-9fbb-20311dbfa86c",
"ApprovalDate": "2026-05-17T15:11:37.1980327+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b53b449b-bf94-425d-80f6-e06b0ab2368d",
"id": "d363b0c2-e0d5-470b-9cef-7cbb2cbd77b4",
"ConfigId": "ff07fcf3-fb1f-4e20-9414-5d8fcee4f2b3"
}
]